name normalization
authorØyvind Kolås <ok@src.gnome.org>
Sun, 11 Sep 2005 12:13:06 +0000 (12:13 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 11 Sep 2005 12:13:06 +0000 (12:13 +0000)
ChangeLog
extensions/CIE-Lab.c

index e082475ccb2018c1c62ccac42cef5037b3921e9a..ddc1ee64c331828826f96cf6cd36e8ff98c3e7f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-11  Øyvind Kolås  <pippin@gimp.org>
+
+       * extensions/CIE-Lab.c: (formats): s/cie-lab-u16/CIE Lab u16/
+
 2005-09-11  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/babl-classes.h: Removed unused list of conversions to
index d8aa6dba4a98f4c34d84570bfe0339581e6cc2c7..ae5672134eec88605c7bfe7705815ba93eaae36a 100644 (file)
@@ -278,7 +278,7 @@ formats (void)
     NULL);
 
   babl_format_new (
-    "name",        "cie-lab-u16",
+    "name",        "CIE Lab u16",
     babl_model     ("CIE Lab"),
 
     babl_type      ("CIE u16 L"),